mt_getrandmax
Afficher la valeur maximale possible d'un nombre aléatoire
mt_getrandmax()
affiche la valeur maximale possible du nombre aléatoire.
<? Php echo mt_getrandmax ( ) ; ?>
Essayez-le vous-même
mt_getrandmax ( )
Renvoie le plus grand numéro aléatoire qui peut être renvoyé en appelant mt_rand()
.